projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
91c9504
b8a9fbc
)
Merge from trunk.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 25 Jun 2011 18:31:36 +0000
(11:31 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 25 Jun 2011 18:31:36 +0000
(11:31 -0700)
1
2
src/ChangeLog
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/ChangeLog
index 0651e51ffb3190ef8f0b70f296f870b0cd4295cc,c00910c38fedb79b5d03e4e3400ab5892bea0bb5..cb287ca88c81ee59e4484da41b09bc227c4e605f
---
1
/
src/ChangeLog
---
2
/
src/ChangeLog
+++ b/
src/ChangeLog
@@@
-1,8
-1,8
+1,13
@@@
+2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ Use gnulib's dup2 module instead of rolling our own.
+ * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
+
+ 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * dispnew.c (scrolling_window): Before scrolling, turn off a
+ mouse-highlight in the window being scrolled.
+
2011-06-24 Juanma Barranquero <lekktu@gmail.com>
Move DEFSYM to lisp.h and use everywhere.